home *** CD-ROM | disk | FTP | other *** search
- #include <carl/cmusic.h>
-
- ins 0 cres ;
- shape b10 f2 d ;
- end ;
-
- ins 0 toot ;
- seg b1 b10 f3 d p6 0 p7 ;
- osc b1 b1 p5 f1 d ;
- out b1 ;
- end ;
-
- GEN4(f2) 0,-30dB -2 1,-20dB ;
- GEN4(f3) 0,0 -3 1/3,1 0 2/3,.1 -2 1,0 ;
- SAWTOOTH(f1) ;
-
- note 0 cres 5 ; {crescendo over 5 seconds}
-
- note 0 toot 1 A(0) .1sec .1sec ;
- note 0 toot 1 Cs(1) .1sec .1sec ;
-
- note 2 toot 1.5 B(0) .1sec .1sec ;
- note 2.3 toot 2 Ds(1) .1sec .1sec ;
-
- note 3.6 toot 1.4 E(1) .1sec .1sec ;
-
- sec ;